home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 140 / Exame Informatica 140.iso / Programas / OutlookDesktop / setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-12-27  |  2.6 KB  |  48 lines

  1. ;InnoSetupVersion=5.1.7
  2. [Setup]
  3. AppName=Outlook on the Desktop
  4. AppVerName=Outlook on the Desktop 1.2
  5. AppId={{6D9785D9-FF53-4C06-9C2A-E4173D41A2FD}
  6. AppPublisher=Michael Scrivo
  7. AppPublisherURL=http://www.michaelscrivo.com/projects/outlookdesktop
  8. AppSupportURL=http://www.michaelscrivo.com/projects/outlookdesktop
  9. AppUpdatesURL=http://www.michaelscrivo.com/projects/outlookdesktop
  10. DefaultDirName={pf}\Outlook on the Desktop
  11. DefaultGroupName=Outlook on the Desktop
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16. [Files]
  17. Source: "{tmp}\isxdl.dll"; DestDir: "{tmp}"; Flags: deleteafterinstall dontcopy 
  18. Source: "{app}\OutlookDesktop.exe"; DestDir: "{app}"; 
  19. Source: "{app}\outlookAX.html"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\App.ico"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\OutlookDesktop.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  22. [Registry]
  23. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "OutlookOnDesktop"; ValueType: String; ValueData: "{app}\OutlookDesktop.exe"; Flags: uninsdeletevalue 
  24. [Run]
  25. Filename: "{app}\OutlookDesktop.exe"; Description: "{cm:LaunchProgram,Outlook on the Desktop}"; Flags: postinstall skipifsilent nowait
  26. [Icons]
  27. Name: "{group}\Outlook on the Desktop"; Filename: "{app}\OutlookDesktop.exe"; 
  28. Name: "{userdesktop}\Outlook on the Desktop"; Filename: "{app}\OutlookDesktop.exe"; Tasks: desktopicon; 
  29. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Outlook on the Desktop"; Filename: "{app}\OutlookDesktop.exe"; Tasks: quicklaunchicon; 
  30. [Tasks]
  31. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  32. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  33. Name: "installdotnet"; Description: "Download and Install Microsoft .NET Framework 2.0"; Check: "NeedsDotNetFramework"; 
  34. [CustomMessages]
  35. eng.NameAndVersion=%1 version %2
  36. eng.AdditionalIcons=Additional icons:
  37. eng.CreateDesktopIcon=Create a &desktop icon
  38. eng.CreateQuickLaunchIcon=Create a &Quick Launch icon
  39. eng.ProgramOnTheWeb=%1 on the Web
  40. eng.UninstallProgram=Uninstall %1
  41. eng.LaunchProgram=Launch %1
  42. eng.AssocFileExtension=&Associate %1 with the %2 file extension
  43. eng.AssocingFileExtension=Associating %1 with the %2 file extension...
  44. [Languages]
  45. ; These files are stubs
  46. ; To achieve better results after recompilation, use the real language files
  47. Name: "eng"; MessagesFile: "embedded\eng.isl"; 
  48.